numeric format - tradução para holandês
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

numeric format - tradução para holandês

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric format      
numeriek formaat, het formaat waarin een numerieke waarde wordt weergegeven in een elektronisch werkblad
archive file         
FILE THAT IS COMPOSED OF ONE OR MORE COMPUTER FILES ALONG WITH METADATA; USED TO COLLECT MULTIPLE DATA FILES TOGETHER INTO A SINGLE FILE FOR EASIER PORTABILITY AND STORAGE, OR SIMPLY TO COMPRESS FILES TO USE LESS STORAGE SPACE
Archive formats; Archive (computing); File archive; Archive file format; Compressed archive; Archive format; Archive files; Archiver format
archiefbundel (een bundel opgeslagen gegevens)
free format         
  • 30px
FILE FORMAT WITH AN OPENLY PUBLISHED SPECIFICATION
Open formats; List of free file formats; Free file formats; Free format; Free formats; Free file format; Libre file format; Libre format; Openformat; Open format
vrij formaat

Definição

format
(formats, formatting, formatted)
1.
The format of something is the way or order in which it is arranged and presented.
I had met with him to explain the format of the programme and what we had in mind.
...a large-format book.
N-COUNT
2.
The format of a piece of computer software or a musical recording is the type of equipment on which it is designed to be used or played. For example, possible formats for a musical recording are CD and cassette.
His latest album is available on all formats.
N-COUNT
3.
To format a computer disk means to run a program so that the disk can be written on. (COMPUTING)
VERB: V n
4.
To format a piece of computer text or graphics means to arrange the way in which it appears when it is printed or is displayed on a screen. (COMPUTING)
When text is saved from a Web page, it is often very badly formatted with many short lines.
VERB: V n

Wikipédia

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.